home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
rpc
/
IResponder.as
Wrap
Text File
|
2008-10-29
|
182b
|
12 lines
package mx.rpc
{
public interface IResponder
{
function fault(param1:Object) : void;
function result(param1:Object) : void;
}
}